Function @"type" [src]

Prototype

pub fn @"type"(sect: section_64) u8

Parameters

sect: section_64

Source

pub fn @"type"(sect: section_64) u8 { return @as(u8, @truncate(sect.flags & 0xff)); }